Memory Management in Operating Systems

IMPORTANT

Memory Management in Operating Systems: Overview

This topic covers concepts, such as Memory Management in Operating Systems, Major Page Fault, Page Fault Handling, Thrashing in Operating System, Page Replacement Algorithms in Operating Systems, Paging, Fragmentation in Operating System, etc.

Important Questions on Memory Management in Operating Systems

EASY
IMPORTANT

The solution of internal fragmentation is the ____________

EASY
IMPORTANT

A solution to the problem of external fragmentation is ____________

MEDIUM
IMPORTANT

When the memory allocated to a process is slightly larger than the process, then ____________

MEDIUM
IMPORTANT

In the working set model, for:
2 6 1 5 7 7 7 7 5 1 6 2 3 4 1 2 3 4 4 4 3 4 3 4 4 4 1 3 2 3
if DELTA = 10, then the working set at time t1 (….7 5 1) is?

HARD
IMPORTANT

__________ has the lowest fault rate of all the page replacement algorithms.

MEDIUM
IMPORTANT

A ____________ is a computer program that is the heart and core of an Operating System.

MEDIUM
IMPORTANT

If the swapping algorithm is not efficient then a condition occurs known as

MEDIUM
IMPORTANT

If a page fault occurs for a reference to an address that's not part of the virtual address space, called

MEDIUM
IMPORTANT

If the page is not loaded in memory at the time the fault is generated, called

MEDIUM
IMPORTANT

If the page is loaded in memory at the time the fault is generated, but is not marked in the memory management unit as being loaded in memory called

MEDIUM
IMPORTANT

A ......... is a trap to the software raised by hardware when a program accesses a page that is mapped in the virtual address space, but not loaded in physical memory.

MEDIUM
IMPORTANT

Many operating system can 'trick' programmes into using memory scattered around the hard disk and RAM as if it is one continuous chunk of memory, called

MEDIUM
IMPORTANT

Which is a process that reduces the amount of fragmentation?

MEDIUM
IMPORTANT

Pages are swapped out and then accessed causing frequent faults is called

MEDIUM
IMPORTANT

The page free queue is a list of page frames that are available for assignment after a